type reflect.method
12 uses
reflect (current package)
type.go#L332: type method struct {
type.go#L671: func (t *uncommonType) methods() []method {
type.go#L675: return (*[1 << 16]method)(add(unsafe.Pointer(t), uintptr(t.moff), "t.mcount > 0"))[:t.mcount:t.mcount]
type.go#L678: func (t *uncommonType) exportedMethods() []method {
type.go#L682: return (*[1 << 16]method)(add(unsafe.Pointer(t), uintptr(t.moff), "t.xcount > 0"))[:t.xcount:t.xcount]
type.go#L829: func (t *rtype) exportedMethods() []method {
type.go#L2437: methods []method
type.go#L2539: methods = append(methods, method{
type.go#L2563: methods = append(methods, method{
type.go#L2579: methods = append(methods, method{
type.go#L2603: methods = append(methods, method{
type.go#L2677: copy(tt.Elem().Field(2).Slice(0, len(methods)).Interface().([]method), methods)